Crate tiny_skia_path

source ·
Expand description

A tiny-skia Bezier path implementation.

Provides a memory-efficient Bezier path container, path builder, path stroker and path dasher.

Also provides some basic geometry types, but they will be moved to an external crate eventually.

Note that all types use single precision floats (f32), just like Skia.

Modules

  • A collection of functions to work with Bezier paths.

Structs

Enums

  • Draws at the beginning and end of an open path contour.
  • Specifies how corners are drawn when a shape is stroked.
  • A path segment.
  • A path verb.

Constants

Traits